home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / ACORNUSERS / CBSA / EDUCATION / WINDOW / !Compile next >
Text File  |  1998-04-28  |  394b  |  15 lines

  1. WimpSlot -next 12800K
  2.  
  3. Dir <Obey$Dir>
  4. gcc WimpError.cc -IUnix:sys -c
  5. gcc WimpPoll.cc -IUnix:sys -c
  6. gcc WimpTask.cc -IUnix:sys -c
  7. gcc Template.cc -IUnix:sys -c
  8. gcc WimpIcon.cc -IUnix:sys -c
  9. gcc WimpWindow.cc -IUnix:sys -c
  10.  
  11. gcc Test.cc -IUnix:sys -c 
  12.  
  13. gcc Template.o WimpWindow.o WimpIcon.o WimpError.o WimpPoll.o WimpTask.o Test.o -LGPP: -LUnix: -LUnix.sys -lc++ -o !Window
  14.  
  15. WimpSlot -next 3200K